object Changesss: TChangesss Left = 545 Top = 529 BorderIcons = [] BorderStyle = bsSingle ClientHeight = 113 ClientWidth = 396 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object Edit1: TEdit Left = 40 Top = 24 Width = 319 Height = 21 MaxLength = 250 TabOrder = 0 OnKeyPress = Edit1KeyPress end object Button1: TButton Left = 88 Top = 72 Width = 75 Height = 25 Caption = 'Done' ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 72 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end